home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
geodem
/
glob8.bas
< prev
next >
Wrap
BASIC Source File
|
1995-05-09
|
798b
|
25 lines
'Global Module
'Geometry and animation from...
'Ivory Tower Software
'Richard Wagner, vice president, development
'CIS 76427,2611
Global Const dfPi = 3.14159265358979 'double float Pi is the ratio of a circle's circumference to its diameter
Declare Sub CircInter Lib "Geo.dll" (ByVal a1#, ByVal a2#, ByVal b1#, ByVal b2#, ByVal r1#, ByVal r2#, x1 As Double, x2 As Double, y1 As Double, y2 As Double)
Declare Sub SolidRotate Lib "Geo.dll" (ByVal o1#, ByVal o2#, ByVal o3#, ByVal p1#, ByVal p2#, ByVal p3#, r1#, r2#, r3#, ByVal theta#)
'This demo represents a collaboration by
' Ivory Tower Software
' and
' Software Sculptors
'We hope you like it, and we hope that you will consider licensing GEO.DLL for
'royalty-free use with your applications.